home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / cpath20.zip / README < prev   
Text File  |  1990-04-04  |  1KB  |  34 lines

  1. To use the following programs without any problems, you should have DOS 3.30
  2. or higher installed on your computer. If you have an older DOS version and you
  3. want to use these programs, then you should call your shell one more time. 
  4.  
  5. Programs:
  6.     cpath.exe
  7.         function: change command search path;
  8.         options: - append one or more directories,
  9.              - delete one or more directories,
  10.              - show current PATH.
  11.         example:
  12.             cpath /s    output: PATH=c:\dos;c:\norton
  13.             cpath /a c:\pctools
  14.             cpath /s    output: PATH=c:\dos;c:\norton;c:\pctools
  15.             cpath /d c:\norton
  16.             cpath /s    output: PATH=c:\dos;c:\pctools
  17.     envsize.exe
  18.         function: display the environment size;
  19.         options: -
  20.         example:
  21.             command /e:4000
  22.             envsize        output: . . . 4000 bytes
  23.     envfree.exe
  24.         function: display the amount of free space in the environment;
  25.         options: -
  26.         example:
  27.             envfree        output: 100 bytes . . .
  28.             cpath /a c:\pctools
  29.             envfree        output: 89 bytes . . .
  30.  
  31. Succes with each of them!
  32.  
  33. Author: Cor J. Veenman.
  34.